Full stack web development
What is front-end web development ?
Front-end web development is the development of the graphical user interface of a website, through the use of HTML, CSS, and JavaScript, so that users can view and interact with that website.
Becoming a frontend developer is an excellent career move. It's a job you can teach yourself online, the potential salary is high, and there'll be demand for your abilities for years to come.
Career opportunities in front-end development.
Front-end developers are usually part of an IT, product or software development team within a company. They may collaborate with back-end developers, software developers, UI designers and UX designers to accomplish their work. They also tend to report to senior front-end developers or web development managers.
Understanding terminologies
HTML
HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.
CSS
CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.
JAVASCRIPT
JavaScript is a programming language used primarily by Web browsers to create a dynamic and interactive experience for the user. Most of the functions and applications that make the Internet indispensable to modern life are coded in some form of JavaScript.
WEB INTEGRATION
Website integration is when your website sends or receives information from another website or application. It means that rather than your website being an isolated system that doesn't talk to anything else, it can make friends, connecting with other key systems to save time and give other benefits.